CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hough 圆检测

搜索资源列表

  1. 圆检测HOUGH变换的改进算法研究

    0下载:
  2. 模式识别与人工智能,圆检测HOUGH变换的改进算法
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-15
    • 文件大小:239072
    • 提供者:llxxhh2002
  1. hough circle detect

    0下载:
  2. hough circle detect
  3. 所属分类:图形/文字识别

    • 发布日期:2008-12-26
    • 文件大小:37914
    • 提供者:wdmjx05
  1. hough圆变换并显示圆心、半径

    2下载:
  2. 利用VC++6.0和OpenCV1.0进行图像Hough圆变换,在视图中显示检测到的圆心、半径值。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-12-02
    • 文件大小:38255
    • 提供者:qq2216
  1. circle-detect.用VC编写圆检测程序的一些代码和算法

    0下载:
  2. 这是我搜集的用VC编写圆检测程序的一些代码和算法,算法以HOUGH变换为主,This is my collection of circle detection using VC procedures to prepare a number of code and algorithm to transform the main HOUGH
  3. 所属分类:图形图象

    • 发布日期:2017-03-23
    • 文件大小:5895
    • 提供者:丰旻
  1. hough.zip

    0下载:
  2. matlab环境下利用hough变换实现圆检测,matlab environment using hough transform circle detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-01
    • 文件大小:1662
    • 提供者:yangyu
  1. Hough.rar

    1下载:
  2. 应用Hough变换进行圆检测源码,编译环境VS2005,语言C++,有示例图片,Circle detection using Hough transformation
  3. 所属分类:Special Effects

    • 发布日期:2015-04-14
    • 文件大小:3676429
    • 提供者:Hien Chu
  1. hough.rar

    3下载:
  2. hough圆检测,定位图像中的圆形,并确定圆心坐标,精度高,hough circle detection, positioning of the circular image and to determine the center coordinates, high precision
  3. 所属分类:Special Effects

    • 发布日期:2014-12-27
    • 文件大小:106391
    • 提供者:wangzhuz
  1. Hough

    0下载:
  2. hough变换检测圆的处理,包括对圆心的检测,半径的检测,算法巧妙。-hough transform circle detection, including detection of the center of a circle, the radius of detection, the algorithm skillfully.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3895983
    • 提供者:zhouwei
  1. hough.circle

    0下载:
  2. 介绍了一种圆检测的方法,该方法,基于霍夫变换,并根据圆几何特征可以快速准确的提取出圆中心坐标-Introduction of a circle detection method, based on the Hough transform, and in accordance with the characteristics of circular geometry can be extracted quickly and accurately the circle center coordina
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:6326
    • 提供者:qinchuanhero
  1. Hough-circle-detection

    1下载:
  2. Hough变换检测圆,matlab源代码-Detection of circular Hough transform, matlab source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:44702
    • 提供者:zxl
  1. HoughForCricle

    0下载:
  2. Hough变换在圆检测中的应用,MATLAB程序源代码。-Hough transform in a round Detection, MATLAB source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:14226
    • 提供者:silen
  1. circle-detection-using-hough-transform

    0下载:
  2. circle detection using hough transform 作者:D J Kcrbywn and T J Atherton, University of Warwick, U.K.霍夫检测圆的IEEE,1995的文章,对指导霍夫变换圆检测的原理有一定的指导。-circle detection using hough transform Author: DJ Kcrbywn and TJ Atherton, University of Warwick, UK Hough
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:338439
    • 提供者:miaosiyi
  1. CircularHough

    0下载:
  2. Circular Hough是Hough Transform for circle detection,霍夫变换用于圆检测的matlab源码,希望对大家有一定帮助-Circular Hough is the Hough Transform for circle detection, Hough transform for circle detection matlab source, and they hope to have everyone must assist
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1983
    • 提供者:miaosiyi
  1. hough

    0下载:
  2. 根据园的方程(x-a)×(x-a)+(y-b)×(y-b)=R×R,将参数空间增加到a,b,R三维空间. 常用的hough变换计算量太大,然而随机hough变换虽然计算量相对小点,但是准确率没有前者高.现在使用 一种改进的方法:提取边缘图像,然后边缘跟踪,在边缘曲线上进行hough变换检测圆.-According to Park' s equation (x-a) × (x-a)+ (y-b) × (y-b) = R × R, the parameter space to a,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1061
    • 提供者:苏立
  1. hough-circledetect

    0下载:
  2. 这是一个进行圆检测的VC程序,性能较好,速度比经典HOUGH算法要快得多-This is a detection for a round of VC process, better performance, faster than the classical algorithm much faster HOUGH
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2561596
    • 提供者:丰旻
  1. classical-hough

    0下载:
  2. 文件中有根据经典HOUGH变换算法写的圆检测VC函数,由于圆有三个参数,因此HOUGH算法的圆检测相比直线要慢得多-Document based on the classic HOUGH transform circle detection algorithm written in VC function, there are three parameters as a result of a round, so HOUGH circle detection algorithm is much
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:1680
    • 提供者:丰旻
  1. hough-circle

    0下载:
  2. 基于Hough变化的圆检测程序,以及最小二乘法的基本原理-Hough circle detection based on changes in procedures and the basic principle of least squares
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:147517
    • 提供者:sisi
  1. Hough

    1下载:
  2. 这是一个在VC++环境下编写的Hough变换检测圆代码,可以同时检测多个圆(This is a VC++ environment written in Hough transform detection circle code, you can simultaneously detect multiple circles)
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:11787264
    • 提供者:yuem
  1. Hough-circle-detection

    0下载:
  2. 使用霍夫圆检测算法,检测图像中的圆形物体。(Detection the round of image using Hough circle.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:44032
    • 提供者:bobby_believe
  1. hough检测圆

    0下载:
  2. 机器视觉检测圆程序,基于opencv的vs开发环境下的圆检测程序(Machine vision detection circle program, based on opencv development environment of circle detection program)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:15674368
    • 提供者:mmmmmmmmmmmmmmm
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com